-
Notifications
You must be signed in to change notification settings - Fork 187
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cleanup dependencies #1088
Cleanup dependencies #1088
Conversation
Remove shading for ASM. Remove bcel and jcommander. Cleanup other dependencies.
☀️ Quality Monitor 🚦 Tests: 100 % successful (✔️ 1283 passed, 🙈 2 skipped) Created by Quality Monitor v1.9.0 (#00b9b1a). More details are shown in the GitHub Checks Result. |
☀️ Quality Monitor 🚦 Tests: 100 % successful (✔️ 1283 passed, 🙈 2 skipped) Created by Quality Monitor v1.9.0 (#00b9b1a). More details are shown in the GitHub Checks Result. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1088 +/- ##
============================================
- Coverage 90.74% 90.67% -0.07%
+ Complexity 2322 2299 -23
============================================
Files 355 355
Lines 6551 6502 -49
Branches 675 665 -10
============================================
- Hits 5945 5896 -49
Misses 410 410
Partials 196 196 ☔ View full report in Codecov by Sentry. |
|
||
return convert(report); | ||
} | ||
|
||
private Ccm parseCCMXmlFile(final ReaderFactory ccmXmlFile) { | ||
SecureDigester digester = new SecureDigester(CcmParser.class); | ||
private Ccm parseCcmXmlFile(final ReaderFactory ccmXmlFile) { |
Check warning
Code scanning / Jenkins Security Scan
Jenkins: Potentially unsafe classes Warning
org.apache.commons.digester3.Digester
☀️ Quality Monitor 🚦 Tests: 100 % successful (✔️ 1283 passed, 🙈 2 skipped) Created by Quality Monitor v1.9.0 (#00b9b1a). More details are shown in the GitHub Checks Result. |
☀️ Quality Monitor 🚦 Tests: 100 % successful (✔️ 1283 passed, 🙈 2 skipped) Created by Quality Monitor v1.9.0 (#00b9b1a). More details are shown in the GitHub Checks Result. |
☀️ Quality Monitor 🚦 Tests: 100 % successful (✔️ 1283 passed, 🙈 2 skipped) Created by Quality Monitor v1.9.0 (#00b9b1a). More details are shown in the GitHub Checks Result. |
# Conflicts: # pom.xml
Fix Maven dependency errors.
Also cleanup several ErrorProne warnings.